Crate zbus_xml

source ·
Expand description

§zbus_xml

API to handle D-Bus introspection XML.

Thanks to the org.freedesktop.DBus.Introspectable interface, objects may be introspected at runtime, returning an XML string that describes the object.

This crate provides facilities to parse the XML data into more convenient Rust structures. The XML string may be parsed to a tree with Node::from_reader.

Status: Stable.

Structs§

Enums§

Type Aliases§

  • Alias for a Result with the error type zbus_xml::Error.